/* ------ Global Properties ------ */

* {
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
ul, ol {
    padding: 0;
    margin-bottom: 0px;
}
ul li {
    list-style: none;
}
a:hover {
    text-decoration: none !important
}

/* --- Referal List --- */

ol.referal-list {
    padding-left: 25px;
}

li.referal-list {
    padding-bottom: 10px;
}

/* --- Texts --- */

body {
    color: #707778;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
}

/* --- Headers --- */

h1, h2, h3, h4, h5, h6, p {
    color: #404448;
}

/* ------ Re-used Section Properties ------ */


/* --- Intro Area --- */

.intro {
    display: table;
    width: 100%;
}
.intro-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

/* --- Footer Area --- */

.footer-social {
    margin-bottom: 30px;
    text-align: center;
}
.footer-social ul li {
    padding-right: 30px;
}
.footer-social ul li:last-child {
    padding-right: 0px;
}
.footer-social ul li a {
    font-size: 24px;
}
.footer-menu {
    margin-bottom: 50px;
    text-align: center;
}
.footer-menu ul li {
    margin-bottom: 20px;
}
.footer-menu ul li a {
    color: #404448;
    font-size: 14px;
    text-decoration: none;
}
.footer-copyright {
    text-align: center;
}
.footer-copyright-logo {
    display: inline-block;
    margin-bottom: 10px;
}
.footer-lang {
    margin-bottom: 20px;
}

.footer-lang ul li a {
    color: #404448;
}
@media (min-width: 768px) {
    .footer-social {
        text-align: left;
    }
    .footer-menu {
        /*margin-bottom: 0px;*/
        text-align: left;
    }
    .footer-menu ul li {
        /*display: inline-block;*/
        /*margin-bottom: 0px;*/
        margin-right: 20px;
        padding-bottom: 0px;
        font-weight: 500;
        color: #404448;
        text-decoration: none;
    }
    .footer-copyright {
        text-align: left;
        font-size: 14px;
    }
    .footer-copyright-logo {
        margin-bottom: 22px;
    }
}

/* --- Section Header (Blue Strokes) --- */

.section-header {
    text-align: center;
}
.section-header hr {
    width: 50px;
    margin-top: 24px;
    margin-bottom: 60px;
    border: 1px solid #47bbe4;
}

/* --- Section Spacing Properties --- */

section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-alt {
    background-color: #f2f2f2;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
@media (min-width: 992px) {
    section {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    section.section-pt-30 {
        padding-top: 30px;
    }
    section.section-pt-60 {
        padding-top: 60px;
    }
    section.section-pt-90 {
        padding-top: 90px;
    }
    section.section-pb-30 {
        padding-bottom: 30px;
    }
    section.section-pb-60 {
        padding-bottom: 60px;
    }
    section.section-pb-90 {
        padding-bottom: 90px;
    }
}

/* ------ Other Re-used Properties ------ */


/* --- Links --- */

a {
    color: #47bbe4;
    font-weight: 500;
}
.google-play {
    display: inline-block;
    width: 188px;
    height: 56px;
    background: url(../../images/google-play.png);
    background-size: 188px 56px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.google-play-blue {
    display: inline-block;
    width: 188px;
    height: 56px;
    background: url(../../images/google-play-blue.png);
    background-size: 188px 56px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.google-play-standart {
    display: inline-block;
    width: 188px;
    height: 56px;
    background: url(../../images/google-play-standart.png);
    background-size: 188px 56px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.web-app {
    display: inline-block;
    width: 188px;
    height: 56px;
    background: url(../../images/web-app.png);
    background-size: 188px 56px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.app-store {
    display: inline-block;
    width: 188px;
    height: 56px;
    background: url(../../images/app-store.png);
    background-size: 188px 56px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.app-store-blue {
    display: inline-block;
    width: 188px;
    height: 56px;
    background: url(../../images/app-store-blue.png);
    background-size: 188px 56px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.app-store-standart {
    display: inline-block;
    width: 188px;
    height: 56px;
    background: url(../../images/app-store-standart.png);
    background-size: 188px 56px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

/* --- Buttons --- */

.button {
    display: inline-block;
    border-radius: 3px;
    background-color: #47bbe4;
    color: #ffffff;
    text-align: center;
}
.button-alt-color {
    background-color: #ffffff;
    color: #404448;
}
.button-regular {
    padding-top: 8px;
    padding-left: 20px;
    padding-bottom: 8px;
    padding-right: 20px;
}
.button-big {
    padding-top: 18px;
    padding-left: 30px;
    padding-bottom: 18px;
    padding-right: 30px;
}
.button:active, .button:focus, .button:hover, .button:visited {
    color: #ffffff;
    text-decoration: none;
}
.button.button-alt-color:active, .button.button-alt-color:focus, .button.button-alt-color:hover, .button.button-alt-color:visited {
    color: #404448;
}

/* --- Logo Grayscaling --- */

.ex-logo {
    display: inline-block;
}
.ex-logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.ex-logo:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/* --- Margins --- */

.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}

/* --- Margins --- */

.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}

/* --- Others --- */

.br-sm {
    display: block;
}
hr {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width: 480px) {
    .br-sm {
        display: none;
    }
}
.text-center {
    text-align: center
}
.full-width {
    width: 100%
}
.video-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: none;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5)
}
.video-box .div-center {
    max-width: 800px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.video-box .div-center .close-video {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 5px;
    color: #fff;
    background: black;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer
}
.video-box .div-center .close-video:after, .video-box .div-center .close-video:before {
    content: '';
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 0;
    width: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -8px
}
.video-box .div-center .close-video:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.video-box .div-center .close-video:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.video-box .inner-wrapper {
    margin: auto;
    max-width: 1200px
}
.container-infinite {
    z-index: 9999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

/* Large desktops and laptops */

@media (min-width: 1200px) {
    .video-inner {
        width: 800px;
        height: 450px;
    }
    .video-box .div-center .close-video {
        top: 0;
        left: 720px;
    }
}

/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
    .video-inner {
        width: 800px;
        height: 450px;
    }
    .video-box .div-center .close-video {
        top: 0;
        left: 720px;
    }
}

/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
    .video-inner {
        width: 640px;
        height: 360px;
    }
    .video-box .div-center .close-video {
        top: 0;
        left: 640px;
    }
    #player {
        width: 640px;
        height: 360px;
    }
}

/* Landscape phones and portrait tablets */

@media (min-width: 480px) and (max-width: 767px) {
    .video-inner {
        width: 420px;
        height: 236px;
    }
    .video-box .div-center .close-video {
        top: 0;
        left: 420px;
    }
    #player {
        width: 420px;
        height: 236px;
    }
}

/* Portrait phones and smaller */

@media (max-width: 479px) {
    .video-inner {
        width: 300px;
        height: 166px;
    }
    .video-box .div-center .close-video {
        top: 0;
        left: 300px;
    }
    #player {
        width: 300px;
        height: 166px;
    }
}

/* --- Modal --- */

.video-modal .modal-dialog iframe {
    min-height: 240px;
}
@media (min-width: 768px) {
    .video-modal .modal-dialog iframe {
        min-height: 420px;
    }
    .video-modal {
        text-align: center;
        padding: 0!important;
    }
    .video-modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }
    .video-modal .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}
.contact-modal .modal-content {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.contact-modal .contact-modal-content {
    padding-bottom: 20px;
}
.contact-modal .modal-content h4 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.contact-modal .modal-content a {
    width: 100%;
}
.contact-modal .modal-content .contact-modal-phone {
    width: 100%;
    padding-top: 18px;
    padding-left: 30px;
    padding-bottom: 18px;
    padding-right: 30px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background-color: #f2f2f2;
    text-align: center;
}


.accordion-wrap {
    border: 2px solid #eeeeee;
    border-radius: 3px;
}
.accordion {
    display: block;
    position: relative;
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    padding-right: 40px;
    background-color: #ffffff;
    color: #404448;
    cursor: pointer;
}
.accordion::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    height: 18px;
    font-family: "FontAwesome";
    content: '\f176';
}
.accordion.collapsed:after {
    content: '\f175';
}
.accordion:hover, .accordion:active {
    color: #404448;
}
.accordion-box {
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    padding-right: 20px;
    border-top: 2px solid #eeeeee;
    background-color: #ffffff;
}
.accordion-box-image-wrap, .accordion-box-text {
    display: inline-block;
}
.accordion-box-image-wrap {
    margin-right: 30px;
}
#choose-region {
    padding: 10px 15px;
}

#choose-region a {
    padding: 10px 15px;
    background-color: #f5f8fd;
    border-radius: 4px;
    width: 100%;
}

.divLangItem {
    float: left;
    padding-left: 30px;
    padding-top: 11px;
}

.dropdown-toggle img {
    padding-right: 8px;
  }

.accordion.lang-wrapper {
    float: left;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #404448;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    cursor: pointer;
}

.accordion.lang-wrapper::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 18px;
    font-family: "FontAwesome";
    content: '\f106';
}
.accordion.lang-wrapper.collapsed:after {
    content: '\f107';
}
.navbar-toggle {
    border: none;
    background: transparent !important;
}
.navbar-toggle:hover {
    background: transparent !important;
}
.navbar-toggle .icon-bar {
    background-color:#6e6e6e;
    width: 22px;
    transition: all 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
#choose-region a:first-child::after {
    content: url('../images/checklist.svg');
    float: right;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    /* width: 100vw;
    height: 100vh; */
    z-index: 998;
    background: rgba(0, 0, 0, 0.5);
}

img.img-footer {
    width: 100px;
    display: none !important;
}

.study {
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }


  @media all and (max-width: 499px) { 
    
    .study {
        bottom: 0px;
        width: 90%;
        font-size: 12px;
    }

  }

  .title-contract {
    font-weight: 500;
    margin-bottom: 18px;
  }

  .main-contract {
    margin-bottom: 30px;
  }